home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / pulldwn.arc / PULLDOWN.DOC next >
Encoding:
Text File  |  1987-01-24  |  3.2 KB  |  82 lines

  1.                                                          January 24, 1987
  2.  
  3.                          PULL-DOWN MENUS
  4.                            Version 1.0
  5.  
  6.         PURPOSE:
  7.  
  8.         This utility creates fast pulldown menus by using pulldown.inc as an
  9.         include file in Turbo Pascal programs for IBM PC/XT/AT compati-
  10.         bles.  They work on MDA, CGA, and EGA adapters in any column mode
  11.         (40/80/etc.).  This utility uses the quick screen writing utilities
  12.         of QWIK21.INC.  Users are encouraged to participate in the free
  13.         Teamware concept with the release of these procedures.
  14.  
  15.  
  16.         TEST DRIVE:
  17.  
  18.         Compile and run the tutoring program pulldown.PAS to get a feeling
  19.         for features and speed.
  20.  
  21.  
  22.         FILES:
  23.  
  24.         In this version, pulldown.ARC contains:
  25.  
  26.            !_read  .me!:  File that insists you get a copy of QWIK21.ARC.
  27.            Window31.inc:  Include file for your programs to use windows.
  28.            pulldown.doc:  This document.
  29.            pulldown.pas:  Test program which also contains pulldown.inc
  30.  
  31.  
  32.         TEAMWARE:
  33.  
  34.         These utilities are FREE, so don't worry.  Many pro-
  35.         grammers have done some superior individual efforts and have
  36.         benefited many.  But the problem is just that - they are individual
  37.         efforts that as packages are not compatible with other individual
  38.         efforts.  And many of the programs are released as copyrighted so
  39.         that others cannot use them in certain contexts.  It seems that if
  40.         users have other expertise and discover ways to combine each others
  41.         utilities, the benefits can improve greatly.  This is what this
  42.         utility has done.
  43.  
  44.         As Teamware, users CAN and are encouraged to:
  45.  
  46.            1. Use the utilities to enhance their programs and applications
  47.               in both private and commercial contexts.
  48.            2. Combine, create, and edit other utilities and re-release them
  49.               as Teamware by permission of the previous author(s)/editor(s).
  50.            3. Enhance shareware programs provided they are applications that
  51.               in no way represent or advertise the power of the utilities
  52.               themselves.
  53.            4. Ask about questionable use of the utility.
  54.  
  55.         As Teamware, users CANNOT:
  56.  
  57.            1. Distribute the utilities for profit.
  58.            2. Combine, create, and edit other utilities and re-release them
  59.               as Shareware or for any profit as enhanced utilities.
  60.  
  61.         LIABILITY:
  62.  
  63.         No liablities are assumed in the use or misuse of these utilities.
  64.  
  65.  
  66.         CREDITS:
  67.  
  68.                 Michael Burton      (Original author of Windo.inc)
  69.                 15540 Boot Hill Rd.
  70.                 Hayden Lake, ID 83835
  71.                 (208) 772-9347 (after 1800 PST)
  72.  
  73.                 Jim LeMay,  CIS 76011,217  (Author of QWIK21.INC}
  74.                 6341 Klamath Rd.
  75.                 Ft. Worth, TX  76116
  76.                 (817) 732-7150 (after 1800 PST)
  77.               
  78.         Copyright (c) 1986 by Art Hill, Jim LeMay, Michael Burton
  79.         These procedures are public domain under the Teamware concept.
  80.  
  81.        
  82.